home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2a.lha / p4-1.2a / messages / README < prev    next >
Text File  |  1992-10-19  |  858b  |  23 lines

  1. This directory contains some examples of message-passing programs.  Each has a
  2. master part and a slave part.  There are also a number of sample procgroup
  3. files.
  4.  
  5.   sr    - simple ring communication.  Prompts for message.
  6.   sr1   - prompts for a message size and number of times to circulate the
  7.       message around the ring.
  8.   grid  - message passing version of Dirichlet problem.
  9.       currently requires 4 processes in procgroup file.
  10.  
  11.   *.pg    - The procgroup files necessary for running the above programs on
  12.           various configurations of machines.
  13.  
  14.  
  15.  
  16. The bigrun stuff is what I used to run 5 processes, 
  17.     1 on a sun (delilah), 2 on a gamma (ajax), and 2 on delta1
  18. Note that to compile the gamma and delta code, you must reset 
  19. PGI before each make.
  20.  
  21. Also, BIG NOTE:  in the lib subdirectories, you must change the 
  22. machine type to IPSC860 before making.
  23.